home *** CD-ROM | disk | FTP | other *** search
- This floppy has the Linux 1.1.49 kernel, while the kernel on
- the CDROM is 1.1.47. If you have a Quantum IDE hard drive, you must
- upgrade. If not, you can upgrade if you want, but you don't have to.
-
- To upgrade after you have installed Linux on your hard
- disk, boot Linux from your hard disk. After booting, insert the
- installation floppy in your floppy drive, and type the following
- as root:
- mount -o ro -t ext2 /dev/fd0 /mnt
- cp /mnt/vmlinux /mnt/zSystem.map /
- cp /mnt/patch* /tmp
- umount /mnt
- rdev /vmlinux /
- lilo
-
- The floppy disk also contains gzip'ed patch files (patch48.gz
- and patch49.gz) for upgrading the kernel sources from 1.1.47 to 1.1.49.
- To patch to the kernel source tree on your hard disk, do the
- following (assuming that you have mounted the floppy disk on /mnt):
- cd /usr/src
- gunzip < /tmp/patch48.gz | patch -p0
- gunzip < /tmp/patch49.gz | patch -p0
-